home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TRECHERCHEFRM / TRECHERCHEFRM.txt
Text File  |  2006-04-19  |  7KB  |  309 lines

  1. object RechercheFrm: TRechercheFrm
  2.   Left = 286
  3.   Top = 226
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 177
  7.   ClientWidth = 455
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnDeactivate = FormDeactivate
  22.   OnHide = FormHide
  23.   OnKeyUp = FormKeyUp
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object lblReplaceBy: TLabel
  28.     Left = 9
  29.     Top = 42
  30.     Width = 62
  31.     Height = 13
  32.     Caption = 'lblReplaceBy'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblSearchString: TLabel
  41.     Left = 9
  42.     Top = 13
  43.     Width = 71
  44.     Height = 13
  45.     Caption = 'lblSearchString'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object btnSearch: TButton
  54.     Left = 355
  55.     Top = 10
  56.     Width = 92
  57.     Height = 22
  58.     HelpContext = 268
  59.     Caption = 'btnSearch'
  60.     Default = True
  61.     Enabled = False
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     TabOrder = 5
  69.     OnClick = btnSearchClick
  70.   end
  71.   object btnClose: TButton
  72.     Left = 355
  73.     Top = 120
  74.     Width = 92
  75.     Height = 22
  76.     HelpContext = 878
  77.     Cancel = True
  78.     Caption = 'btnClose'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 8
  86.     OnClick = btnCloseClick
  87.   end
  88.   object btnReplace: TButton
  89.     Left = 355
  90.     Top = 38
  91.     Width = 92
  92.     Height = 22
  93.     HelpContext = 233
  94.     Caption = 'btnReplace'
  95.     Enabled = False
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clBlack
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     TabOrder = 6
  103.     OnClick = btnReplaceClick
  104.   end
  105.   object btnReplaceAll: TButton
  106.     Left = 355
  107.     Top = 65
  108.     Width = 92
  109.     Height = 22
  110.     HelpContext = 234
  111.     Caption = 'btnReplaceAll'
  112.     Enabled = False
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clBlack
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 7
  120.     Visible = False
  121.     OnClick = btnReplaceAllClick
  122.   end
  123.   object btnHelp: TButton
  124.     Left = 355
  125.     Top = 146
  126.     Width = 92
  127.     Height = 22
  128.     HelpContext = 7
  129.     Cancel = True
  130.     Caption = 'btnHelp'
  131.     Font.Charset = DEFAULT_CHARSET
  132.     Font.Color = clBlack
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     TabOrder = 9
  138.     OnClick = btnHelpClick
  139.   end
  140.   object GBOptions: TGroupBox
  141.     Left = 9
  142.     Top = 119
  143.     Width = 161
  144.     Height = 51
  145.     Caption = 'GBOptions'
  146.     Font.Charset = DEFAULT_CHARSET
  147.     Font.Color = clBlack
  148.     Font.Height = -11
  149.     Font.Name = 'MS Sans Serif'
  150.     Font.Style = []
  151.     ParentFont = False
  152.     TabOrder = 3
  153.     object chkCaseSensitive: TCheckBox
  154.       Left = 8
  155.       Top = 14
  156.       Width = 150
  157.       Height = 17
  158.       HelpContext = 111
  159.       Caption = 'chkCaseSensitive'
  160.       TabOrder = 0
  161.       OnClick = chkCaseSensitiveClick
  162.     end
  163.     object chkWholeWords: TCheckBox
  164.       Left = 8
  165.       Top = 30
  166.       Width = 150
  167.       Height = 17
  168.       HelpContext = 197
  169.       Caption = 'chkWholeWords'
  170.       TabOrder = 1
  171.       OnClick = chkWholeWordsClick
  172.     end
  173.   end
  174.   object rbOrigin: TRadioGroup
  175.     Left = 9
  176.     Top = 65
  177.     Width = 160
  178.     Height = 51
  179.     HelpContext = 230
  180.     Caption = 'rbOrigin'
  181.     Font.Charset = DEFAULT_CHARSET
  182.     Font.Color = clBlack
  183.     Font.Height = -11
  184.     Font.Name = 'MS Sans Serif'
  185.     Font.Style = []
  186.     Items.Strings = (
  187.       '1'
  188.       '2')
  189.     ParentFont = False
  190.     TabOrder = 1
  191.     OnClick = rbOriginClick
  192.   end
  193.   object CBReplaceString: TTntComboBox
  194.     Left = 109
  195.     Top = 39
  196.     Width = 229
  197.     Height = 21
  198.     HelpContext = 255
  199.     Font.Charset = DEFAULT_CHARSET
  200.     Font.Color = clBlack
  201.     Font.Height = -11
  202.     Font.Name = 'MS Sans Serif'
  203.     Font.Style = []
  204.     ItemHeight = 0
  205.     MaxLength = 256
  206.     ParentFont = False
  207.     PopupMenu = popupEditBoxes
  208.     TabOrder = 0
  209.     OnChange = CBSearchStringChange
  210.   end
  211.   object rbDirection: TRadioGroup
  212.     Left = 177
  213.     Top = 65
  214.     Width = 160
  215.     Height = 51
  216.     HelpContext = 113
  217.     Caption = 'rbDirection'
  218.     Font.Charset = DEFAULT_CHARSET
  219.     Font.Color = clBlack
  220.     Font.Height = -11
  221.     Font.Name = 'MS Sans Serif'
  222.     Font.Style = []
  223.     Items.Strings = (
  224.       '1'
  225.       '2')
  226.     ParentFont = False
  227.     TabOrder = 2
  228.     OnClick = rbDirectionClick
  229.   end
  230.   object GBScope: TGroupBox
  231.     Left = 177
  232.     Top = 119
  233.     Width = 161
  234.     Height = 51
  235.     HelpContext = 731
  236.     Caption = 'GBScope'
  237.     Font.Charset = DEFAULT_CHARSET
  238.     Font.Color = clBlack
  239.     Font.Height = -11
  240.     Font.Name = 'MS Sans Serif'
  241.     Font.Style = []
  242.     ParentFont = False
  243.     TabOrder = 4
  244.     object rbGlobal: TRadioButton
  245.       Left = 8
  246.       Top = 14
  247.       Width = 150
  248.       Height = 17
  249.       HelpContext = 731
  250.       Caption = 'rbGlobal'
  251.       Checked = True
  252.       TabOrder = 0
  253.       TabStop = True
  254.     end
  255.     object rbSelectedText: TRadioButton
  256.       Left = 8
  257.       Top = 30
  258.       Width = 150
  259.       Height = 17
  260.       HelpContext = 731
  261.       Caption = 'rbSelectedText'
  262.       TabOrder = 1
  263.     end
  264.   end
  265.   object CBSearchString: TTntComboBox
  266.     Left = 109
  267.     Top = 10
  268.     Width = 229
  269.     Height = 21
  270.     HelpContext = 256
  271.     Font.Charset = DEFAULT_CHARSET
  272.     Font.Color = clBlack
  273.     Font.Height = -11
  274.     Font.Name = 'MS Sans Serif'
  275.     Font.Style = []
  276.     ItemHeight = 0
  277.     MaxLength = 256
  278.     ParentFont = False
  279.     PopupMenu = popupEditBoxes
  280.     TabOrder = 10
  281.     OnChange = CBSearchStringChange
  282.   end
  283.   object popupEditBoxes: TPopupMenu
  284.     OnPopup = popupEditBoxesPopup
  285.     Left = 361
  286.     Top = 89
  287.     object miCut: TMenuItem
  288.       Caption = 'miCut'
  289.       ShortCut = 16472
  290.       OnClick = miCutClick
  291.     end
  292.     object miCopy: TMenuItem
  293.       Caption = 'miCopy'
  294.       ShortCut = 16451
  295.       OnClick = miCutClick
  296.     end
  297.     object miPaste: TMenuItem
  298.       Caption = 'miPaste'
  299.       ShortCut = 16470
  300.       OnClick = miCutClick
  301.     end
  302.     object miDelete: TMenuItem
  303.       Caption = 'miDelete'
  304.       ShortCut = 16430
  305.       OnClick = miCutClick
  306.     end
  307.   end
  308. end
  309.